Product Information > JADE Initialization File Reference > Chapter 1 - JADE Initialization File > ServerFontColors

ServerFontColors

String, Real, Boolean, Integer, Integer

Correct default values

Purpose

The ServerFontColors parameter specifies the font attributes and color of the Server: label and your server setting on the splash screen.

The value of <default> specifies that JADE uses what it recognizes as the correct default values.

The parameter values represent font‑name, font‑size, font‑bold, color1, and color2.

A font-name value of Default indicates that the default system font is used and that the font-size and font-bold values are ignored.

The color1 value applies to the Server: label, and the color2 value applies to the label containing the mode in which the database is opened. For example, if you set this parameter to Arial, 12, true, 16777215, 255 and then start the JADE development environment in single user mode, the Server: label is white, the SingleUser label is red, and both labels use the Arial 12 point bold font.

Parameter is read when …

The client node is next initialized.